home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19950929-19951130
/
000207_news@columbia.edu_Thu Oct 26 12:47:42 1995.msg
< prev
next >
Wrap
Internet Message Format
|
1995-12-25
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05265
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 26 Oct 1995 08:47:46 -0400
Received: by apakabar.cc.columbia.edu id AA01780
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 26 Oct 1995 08:47:44 -0400
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Extracting path name of kermit take or init file
Date: 26 Oct 1995 12:47:42 GMT
Organization: Columbia University
Lines: 24
Message-Id: <46o01e$1nh@apakabar.cc.columbia.edu>
References: <46ekdf$bsv@ixnews5.ix.netcom.com> <46h147$nkn@apakabar.cc.columbia.edu> <46jo55$jn9@ixnews4.ix.netcom.com> <46mirl$onh@ixnews5.ix.netcom.com>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <46mirl$onh@ixnews5.ix.netcom.com>,
David Pollack <adldata@ix.netcom.com> wrote:
: >>How about this:
: >>
: >> take \v(inidir)filename.tak
: >
: >I can't find \v(inidir) using sho var (version 5A(190)). Not in vms
: >version, not in aix version. I found no refs to it in the yellow
: >C-Kermit book or in ckcker.upd. Do I need to compile kermit with an
: >additional option to get it?
:
: woops: I found it, MS DOS kermit does have \v(inidir). But what about
: C-kermit.
:
Right -- It's not in C-Kermit after all. Delusions of compatibility.
We'll try to have it in the next release.
In the meantime, there are a couple other variables that might come in
handy:
\v(directory) - The current directory
\v(home) - Your home directory
- Frank